Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildChain config: kogito runtimes should run the full profile for Python #5435

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

radtriste
Copy link
Contributor

Thank you for submitting this pull request

NOTE!: Double check the target branch for this PR.
The default is main so it will target Drools 8 / Kogito.
If this PR is not strictly related to drools and kogito project in drools.git, it should probably target 7.xas a branch

Ports If a forward-port or a backport is needed, paste the forward port PR here

link

JIRA: (please edit the JIRA link if it exists)

link

referenced Pull Requests: (please edit the URLs of referenced pullrequests if they exist)

  • paste the link(s) from GitHub here
  • link 2
  • link 3 etc.
How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • for pull request checks
    Please add comment: Jenkins retest this

  • for a specific pull request check
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] tests

  • for a full downstream build

    • for jenkins job: please add comment: Jenkins run fdb
    • for github actions job: add the label run_fdb
  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

  • for quarkus branch checks
    Run checks against Quarkus current used branch
    Please add comment: Jenkins run quarkus-branch

  • for a quarkus branch specific check
    Run checks against Quarkus current used branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch

  • for quarkus main checks
    Run checks against Quarkus main branch
    Please add comment: Jenkins run quarkus-main

  • for a specific quarkus main check
    Run checks against Quarkus main branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-main

  • for quarkus lts checks
    Run checks against Quarkus lts branch
    Please add comment: Jenkins run quarkus-lts

  • for a specific quarkus lts check
    Run checks against Quarkus lts branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] quarkus-lts

  • for native checks
    Run native checks
    Please add comment: Jenkins run native

  • for a specific native check
    Run native checks
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] native

  • for native lts checks
    Run native checks against quarkus lts branch
    Please add comment: Jenkins run native-lts

  • for a specific native lts check
    Run native checks against quarkus lts branch
    Please add comment: Jenkins (re)run [drools|kogito-runtimes|kogito-apps|kogito-examples] native-lts

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

@radtriste radtriste changed the title BuildChain config: kogito runtimes should run the full profile BuildChain config: kogito runtimes should run the full profile for Python Aug 2, 2023
Copy link
Contributor

@lampajr lampajr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

.ci/buildchain-config.yaml Outdated Show resolved Hide resolved
@radtriste radtriste merged commit aca7469 into main Aug 2, 2023
5 of 7 checks passed
@radtriste radtriste deleted the buildchain_config_run_full_profile branch August 2, 2023 14:20
@kie-ci4
Copy link
Contributor

kie-ci4 commented Aug 2, 2023

(tests) - serverless-workflow-examples job #800 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Reproducer

export BUILD_MVN_OPTS_CURRENT=
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/kogito-examples -u https://github.com/kiegroup/drools/pull/5435 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.serverless-workflow-examples/800/display/redirect

Test results:

  • PASSED: 80
  • FAILED: 0

Those are the test failures: none

See console log:

Console Logs [2023-08-02T14:33:28.415Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.415Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.415Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.415Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.415Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.415Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.415Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.415Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.415Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.415Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.415Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.415Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2023-08-02T14:33:28.415Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-08-02T14:33:28.415Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-08-02T14:33:28.415Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.415Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.415Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.415Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.415Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.416Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.416Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.416Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-08-02T14:33:28.416Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-08-02T14:33:28.416Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-08-02T14:33:28.416Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.416Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.416Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.416Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-08-02T14:33:28.416Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-08-02T14:33:28.416Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-08-02T14:33:28.416Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.416Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.416Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.416Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.416Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.416Z] [ERROR] Failed to execute goal on project serverless-workflow-python-quarkus: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-python-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT -> [Help 1]
[2023-08-02T14:33:28.416Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project serverless-workflow-python-quarkus: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-python-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:269)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.416Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.416Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.417Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.417Z] Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.kie.kogito.examples:serverless-workflow-python-quarkus:jar:1.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.417Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:214)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.417Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.417Z] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.417Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:357)
[2023-08-02T14:33:28.417Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.417Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.417Z] Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.417Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:425)
[2023-08-02T14:33:28.417Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-08-02T14:33:28.417Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-08-02T14:33:28.417Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.417Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.417Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.417Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.417Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.417Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.417Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.417Z] Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.kie.kogito:kogito-addons-quarkus-serverless-workflow-python:jar:2.0.0-SNAPSHOT
[2023-08-02T14:33:28.417Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:415)
[2023-08-02T14:33:28.417Z] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
[2023-08-02T14:33:28.417Z] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:340)
[2023-08-02T14:33:28.418Z] at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (DefaultProjectDependenciesResolver.java:207)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies (LifecycleDependencyResolver.java:243)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies (LifecycleDependencyResolver.java:147)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved (MojoExecutor.java:401)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:347)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2023-08-02T14:33:28.418Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2023-08-02T14:33:28.418Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
[2023-08-02T14:33:28.418Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2023-08-02T14:33:28.418Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2023-08-02T14:33:28.418Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2023-08-02T14:33:28.418Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2023-08-02T14:33:28.418Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2023-08-02T14:33:28.418Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2023-08-02T14:33:28.418Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2023-08-02T14:33:28.418Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2023-08-02T14:33:28.418Z] at java.lang.reflect.Method.invoke (Method.java:566)
[2023-08-02T14:33:28.418Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2023-08-02T14:33:28.418Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2023-08-02T14:33:28.418Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2023-08-02T14:33:28.418Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2023-08-02T14:33:28.418Z] [ERROR]
[2023-08-02T14:33:28.418Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2023-08-02T14:33:28.418Z] [ERROR]
[2023-08-02T14:33:28.418Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2023-08-02T14:33:28.418Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[2023-08-02T14:33:28.418Z] [ERROR]
[2023-08-02T14:33:28.418Z] [ERROR] After correcting the problems, you can resume the build with the command
[2023-08-02T14:33:28.418Z] [ERROR] mvn -rf :serverless-workflow-openvino-quarkus
[2023-08-02T14:33:32.590Z] [INFO] kiegroup/kogito-examples failed. Won't execute remaining commands and projects
[2023-08-02T14:33:32.590Z] [INFO] Execution summary for kiegroup/kogito-examples
[2023-08-02T14:33:32.590Z] # [BEFORE] [kiegroup/kogito-examples] export INTEGRATION_BRANCH=
[2023-08-02T14:33:32.590Z] [INFO] OK [Executed in 0.065543 ms]
[2023-08-02T14:33:32.590Z]
[2023-08-02T14:33:32.590Z] # [BEFORE] [kiegroup/kogito-examples] bash -c "if [ ! -z '' ] && [ -f .ci/environments/update.sh ]; then .ci/environments/update.sh ; fi"
[2023-08-02T14:33:32.590Z] [INFO] OK [Executed in 5.912288 ms]
[2023-08-02T14:33:32.590Z]
[2023-08-02T14:33:32.590Z] # [COMMANDS] [kiegroup/kogito-examples] export MVN_CMD=`bash -c "if [ '' = 'true' ]; then printf 'deploy '; else printf 'install'; fi"`
[2023-08-02T14:33:32.590Z] [INFO] OK [Executed in 5.68368 ms]
[2023-08-02T14:33:32.590Z]
[2023-08-02T14:33:32.590Z] # [COMMANDS] [kiegroup/kogito-examples] mvn -pl :kogito-examples clean install -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config6356832699472851150tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-02T14:33:32.590Z] [INFO] OK [Executed in 7951.893968 ms]
[2023-08-02T14:33:32.590Z]
[2023-08-02T14:33:32.591Z] # [COMMANDS] [kiegroup/kogito-examples] mvn -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config6356832699472851150tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
[2023-08-02T14:33:32.591Z] [INFO] NOT OK [Executed in 1100749.981636 ms]
[2023-08-02T14:33:32.591Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[2023-08-02T14:33:32.591Z]
[2023-08-02T14:33:32.591Z] [INFO] [AFTER] Skipped kiegroup/kogito-examples
[2023-08-02T14:33:32.591Z]
[2023-08-02T14:33:32.591Z] # Uploading artifacts
[2023-08-02T14:33:32.591Z] [INFO] Will not upload any artifacts in CLI environment
[2023-08-02T14:33:32.591Z]
[2023-08-02T14:33:32.591Z] [ERROR] Failed to execute commands for kiegroup/kogito-examples
[2023-08-02T14:33:32.591Z] [ERROR] Failed to execute mvn -f serverless-workflow-examples/pom.xml clean install -s /home/jenkins/workspace/KIE/drools/main/pullrequest/drools.tests.downstream.serverless-workflow-examples@tmp/config6356832699472851150tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 dependency:tree -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B :
[2023-08-02T14:33:32.591Z] [ERROR] The process '/opt/tools/apache-maven-3.8.7/bin/mvn' failed with exit code 1
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2023-08-02T14:33:32.713Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-02T14:33:33.145Z] + find . -type d -name node_modules -exec rm -rf '{}' ';'
[Pipeline] junit
[2023-08-02T14:33:33.417Z] Recording test results
[2023-08-02T14:33:35.137Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
[2023-08-02T14:33:35.158Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2023-08-02T14:33:36.630Z] + rm -rf console.log
[Pipeline] sh
[2023-08-02T14:33:36.927Z] + wget --no-check-certificate -qO - https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.downstream.serverless-workflow-examples/800/consoleText
[2023-08-02T14:33:36.927Z] + tail -n 300

@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

nprentza pushed a commit to nprentza/drools that referenced this pull request Aug 4, 2023
…thon (apache#5435)

* BuildChain config: kogito runtimes should run the full profile

* Update .ci/buildchain-config.yaml
cliffordhc pushed a commit to ITINordic/drools that referenced this pull request Aug 31, 2023
…thon (apache#5435)

* BuildChain config: kogito runtimes should run the full profile

* Update .ci/buildchain-config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants